home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-10-07 | 566 b | 23 lines | [TEXT/ttxt] |
-
- Two-column LDEF code resource
-
- looks for a comma in the text of each cell and draws
- the text that follows the comma half-way across the cell
-
- so a cell containing the text
- +--------------+
- | abc,def |
- +--------------+
- will instead appear as
- +--------------+
- | abc def |
- +--------------+
-
- To see this LDEF in action, paste it into the ModalList
- sample program and recompile the program so that the LNew call uses
- the definition procedure 128 rather than 0
-
- Greg Robbins 8/93
-
- Based on Steve Falkenburg's SICN LDEF
-